[INFO] cloning repository https://github.com/spebern/futures-delay-queue
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spebern/futures-delay-queue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspebern%2Ffutures-delay-queue", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspebern%2Ffutures-delay-queue'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f5ca74ef899219bcbf9f11e36a4d6fb210a42df1
[INFO] testing spebern/futures-delay-queue against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspebern%2Ffutures-delay-queue" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/spebern/futures-delay-queue
[INFO] finished tweaking git repo https://github.com/spebern/futures-delay-queue
[INFO] tweaked toml for git repo https://github.com/spebern/futures-delay-queue written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/spebern/futures-delay-queue on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 67 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded value-bag v1.12.0
[INFO] [stderr]   Downloaded futures-timer v3.0.4
[INFO] [stderr]   Downloaded gloo-timers v0.3.0
[INFO] [stderr]   Downloaded kv-log-macro v1.0.7
[INFO] [stderr]   Downloaded async-global-executor v2.4.1
[INFO] [stderr]   Downloaded async-attributes v1.1.2
[INFO] [stderr]   Downloaded async-std v1.13.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6a0a26fc807395a6a81107ebf9690af6239ccfc472c8b3e2f02763b1b50016fd
[INFO] running `Command { std: "docker" "start" "-a" "6a0a26fc807395a6a81107ebf9690af6239ccfc472c8b3e2f02763b1b50016fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a0a26fc807395a6a81107ebf9690af6239ccfc472c8b3e2f02763b1b50016fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a0a26fc807395a6a81107ebf9690af6239ccfc472c8b3e2f02763b1b50016fd", kill_on_drop: false }`
[INFO] [stdout] 6a0a26fc807395a6a81107ebf9690af6239ccfc472c8b3e2f02763b1b50016fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a04b020ecb3b82d09a2a03416a8f5496c19b47fd726b0514e27be5c6c9061e75
[INFO] running `Command { std: "docker" "start" "-a" "a04b020ecb3b82d09a2a03416a8f5496c19b47fd726b0514e27be5c6c9061e75", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling value-bag v1.12.0
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling futures-timer v3.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling piper v0.2.5
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling async-executor v1.14.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling futures-delay-queue v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `docs`
[INFO] [stdout]   --> src/lib.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 | #![cfg_attr(feature = "docs", feature(doc_cfg))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `async-std`, `default`, and `tokio`
[INFO] [stdout]    = help: consider adding `docs` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.50s
[INFO] running `Command { std: "docker" "inspect" "a04b020ecb3b82d09a2a03416a8f5496c19b47fd726b0514e27be5c6c9061e75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a04b020ecb3b82d09a2a03416a8f5496c19b47fd726b0514e27be5c6c9061e75", kill_on_drop: false }`
[INFO] [stdout] a04b020ecb3b82d09a2a03416a8f5496c19b47fd726b0514e27be5c6c9061e75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 185a411d3ed87998eaac393e52864920a5ca1579e4e6dd71b4c59d05d5269ede
[INFO] running `Command { std: "docker" "start" "-a" "185a411d3ed87998eaac393e52864920a5ca1579e4e6dd71b4c59d05d5269ede", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling futures-delay-queue v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `docs`
[INFO] [stdout]   --> src/lib.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 | #![cfg_attr(feature = "docs", feature(doc_cfg))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `async-std`, `default`, and `tokio`
[INFO] [stdout]    = help: consider adding `docs` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `docs`
[INFO] [stdout]   --> src/lib.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 | #![cfg_attr(feature = "docs", feature(doc_cfg))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `async-std`, `default`, and `tokio`
[INFO] [stdout]    = help: consider adding `docs` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.63s
[INFO] running `Command { std: "docker" "inspect" "185a411d3ed87998eaac393e52864920a5ca1579e4e6dd71b4c59d05d5269ede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "185a411d3ed87998eaac393e52864920a5ca1579e4e6dd71b4c59d05d5269ede", kill_on_drop: false }`
[INFO] [stdout] 185a411d3ed87998eaac393e52864920a5ca1579e4e6dd71b4c59d05d5269ede
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 49a27c80792e0ae929684c794db3d142a0b4419748dfbebcae240316b0ae574d
[INFO] running `Command { std: "docker" "start" "-a" "49a27c80792e0ae929684c794db3d142a0b4419748dfbebcae240316b0ae574d", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `docs`
[INFO] [stderr]   --> src/lib.rs:64:13
[INFO] [stderr]    |
[INFO] [stderr] 64 | #![cfg_attr(feature = "docs", feature(doc_cfg))]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `async-std`, `default`, and `tokio`
[INFO] [stderr]    = help: consider adding `docs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `futures-delay-queue` (lib) generated 1 warning
[INFO] [stderr] warning: `futures-delay-queue` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/futures_delay_queue-abe21b74be8acab3)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::insert ... FAILED
[INFO] [stdout] test tests::reset ... FAILED
[INFO] [stdout] test tests::cancel ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::insert stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::insert' (19) panicked at src/lib.rs:283:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(TimeoutError { _private: () })
[INFO] [stdout]  right: Ok(Some(2))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59cfb9b184b8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59cfb9b184b8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59cfb9b184b8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59cfb9b184b8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59cfb9b2c3ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59cfb9b2c3ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x59cfb9b1cd82 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59cfb9b1cd82 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59cfb9af70f6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59cfb9af70f6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59cfb9b10719 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59cfb9a261fc - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x59cfb9a261fc - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59cfb9b108d2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x59cfb9b108d2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59cfb9af71b2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59cfb9aec389 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59cfb9af7ecd - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59cfb9b2cb7c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59cfb9b2ca33 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59cfb9a0cdfb - core[28b146924c2f19c6]::panicking::assert_failed::<core[28b146924c2f19c6]::result::Result<core[28b146924c2f19c6]::option::Option<i32>, async_std[64c72a43222456ce]::future::timeout::TimeoutError>, core[28b146924c2f19c6]::result::Result<core[28b146924c2f19c6]::option::Option<i32>, async_std[64c72a43222456ce]::future::timeout::TimeoutError>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59cfb9a10e48 - futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:283:9
[INFO] [stdout]   22:     0x59cfb99fcd50 - <async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:199:29
[INFO] [stdout]   23:     0x59cfb9a03e88 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   24:     0x59cfb9a017f5 - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x59cfb9a00c5e - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x59cfb9a00938 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   27:     0x59cfb99ffdda - <async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:197:13
[INFO] [stdout]   28:     0x59cfb9a0bae4 - <futures_lite[a662e10b2b64014f]::future::Or<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>, <async_executor[554f87306920a500]::State>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs:451:46
[INFO] [stdout]   29:     0x59cfb99fbea0 - <async_executor[554f87306920a500]::State>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:756:32
[INFO] [stdout]   30:     0x59cfb99fac73 - <async_executor[554f87306920a500]::Executor>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:353:34
[INFO] [stdout]   31:     0x59cfb99fb3fe - <async_executor[554f87306920a500]::LocalExecutor>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:640:34
[INFO] [stdout]   32:     0x59cfb9a0ead5 - async_io[23cd9d214ddb8855]::driver::block_on::<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:204:53
[INFO] [stdout]   33:     0x59cfb9a030ff - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::RefCell<(parking[54f9c14b62b45b1b]::Parker, core[28b146924c2f19c6]::task::wake::Waker, alloc[95e62e727ddf147d]::sync::Arc<core[28b146924c2f19c6]::sync::atomic::Atomic<bool>>)>>>::try_with::<async_io[23cd9d214ddb8855]::driver::block_on<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x59cfb9a02d4e - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::RefCell<(parking[54f9c14b62b45b1b]::Parker, core[28b146924c2f19c6]::task::wake::Waker, alloc[95e62e727ddf147d]::sync::Arc<core[28b146924c2f19c6]::sync::atomic::Atomic<bool>>)>>>::with::<async_io[23cd9d214ddb8855]::driver::block_on<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x59cfb9a0ccb1 - async_io[23cd9d214ddb8855]::driver::block_on::<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:180:11
[INFO] [stdout]   36:     0x59cfb9a086cf - async_global_executor[db72ba1c60a0d9e6]::reactor::block_on::<<async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   37:     0x59cfb9a0724d - async_global_executor[db72ba1c60a0d9e6]::reactor::block_on::<<async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   38:     0x59cfb9a087eb - async_global_executor[db72ba1c60a0d9e6]::executor::block_on::<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   39:     0x59cfb9a0357d - <std[929523f510218772]::thread::local::LocalKey<async_executor[554f87306920a500]::LocalExecutor>>::try_with::<async_global_executor[db72ba1c60a0d9e6]::executor::block_on<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   40:     0x59cfb9a031ce - <std[929523f510218772]::thread::local::LocalKey<async_executor[554f87306920a500]::LocalExecutor>>::with::<async_global_executor[db72ba1c60a0d9e6]::executor::block_on<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   41:     0x59cfb9a073ca - async_global_executor[db72ba1c60a0d9e6]::executor::block_on::<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}>, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   42:     0x59cfb99fc300 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:171:25
[INFO] [stdout]   43:     0x59cfb9a03af6 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   44:     0x59cfb9a013df - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   45:     0x59cfb9a00b2e - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   46:     0x59cfb9a0082a - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   47:     0x59cfb99fa3b0 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:168:17
[INFO] [stdout]   48:     0x59cfb9a0291d - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<usize>>>::try_with::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x59cfb9a0256e - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<usize>>>::with::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x59cfb99f7605 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:161:29
[INFO] [stdout]   51:     0x59cfb9a075bc - async_std[64c72a43222456ce]::task::block_on::block_on::<futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/block_on.rs:31:20
[INFO] [stdout]   52:     0x59cfb9a121f4 - futures_delay_queue[52e44b112f4ed723]::tests::insert
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:278:5
[INFO] [stdout]   53:     0x59cfb9a0f6e7 - futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:278:23
[INFO] [stdout]   54:     0x59cfb9a00416 - <futures_delay_queue[52e44b112f4ed723]::tests::insert::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x59cfb9a192db - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59cfb9a192db - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x59cfb9a26b55 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x59cfb9a26b55 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x59cfb9a26b55 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x59cfb9a26b55 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x59cfb9a216b4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x59cfb9a216b4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x59cfb9a29bd2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x59cfb9a29bd2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x59cfb9a29bd2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x59cfb9a29bd2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x59cfb9a29bd2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x59cfb9a29bd2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x59cfb9a29bd2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x59cfb9b17def - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   74:     0x59cfb9b17def - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x7f615da95aa4 - <unknown>
[INFO] [stdout]   76:     0x7f615db22a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::reset stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::reset' (20) panicked at src/lib.rs:310:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(TimeoutError { _private: () })
[INFO] [stdout]  right: Ok(Some(2))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59cfb9b184b8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59cfb9b184b8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59cfb9b184b8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59cfb9b184b8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59cfb9b2c3ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59cfb9b2c3ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x59cfb9b1cd82 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59cfb9b1cd82 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59cfb9af70f6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59cfb9af70f6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59cfb9b10719 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59cfb9a261fc - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x59cfb9a261fc - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59cfb9b108d2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x59cfb9b108d2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59cfb9af71b2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59cfb9aec389 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59cfb9af7ecd - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59cfb9b2cb7c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59cfb9b2ca33 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59cfb9a0cdfb - core[28b146924c2f19c6]::panicking::assert_failed::<core[28b146924c2f19c6]::result::Result<core[28b146924c2f19c6]::option::Option<i32>, async_std[64c72a43222456ce]::future::timeout::TimeoutError>, core[28b146924c2f19c6]::result::Result<core[28b146924c2f19c6]::option::Option<i32>, async_std[64c72a43222456ce]::future::timeout::TimeoutError>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59cfb9a1020e - futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:310:9
[INFO] [stdout]   22:     0x59cfb99fccd0 - <async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:199:29
[INFO] [stdout]   23:     0x59cfb9a03cc8 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   24:     0x59cfb9a015f5 - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x59cfb9a00bbe - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x59cfb9a008b8 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   27:     0x59cfb99ffd5a - <async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:197:13
[INFO] [stdout]   28:     0x59cfb9a0b9a4 - <futures_lite[a662e10b2b64014f]::future::Or<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>, <async_executor[554f87306920a500]::State>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs:451:46
[INFO] [stdout]   29:     0x59cfb99fb760 - <async_executor[554f87306920a500]::State>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:756:32
[INFO] [stdout]   30:     0x59cfb99fa6f3 - <async_executor[554f87306920a500]::Executor>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:353:34
[INFO] [stdout]   31:     0x59cfb99faefe - <async_executor[554f87306920a500]::LocalExecutor>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:640:34
[INFO] [stdout]   32:     0x59cfb9a0d7d5 - async_io[23cd9d214ddb8855]::driver::block_on::<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:204:53
[INFO] [stdout]   33:     0x59cfb9a02e7f - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::RefCell<(parking[54f9c14b62b45b1b]::Parker, core[28b146924c2f19c6]::task::wake::Waker, alloc[95e62e727ddf147d]::sync::Arc<core[28b146924c2f19c6]::sync::atomic::Atomic<bool>>)>>>::try_with::<async_io[23cd9d214ddb8855]::driver::block_on<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x59cfb9a02cce - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::RefCell<(parking[54f9c14b62b45b1b]::Parker, core[28b146924c2f19c6]::task::wake::Waker, alloc[95e62e727ddf147d]::sync::Arc<core[28b146924c2f19c6]::sync::atomic::Atomic<bool>>)>>>::with::<async_io[23cd9d214ddb8855]::driver::block_on<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x59cfb9a0cad1 - async_io[23cd9d214ddb8855]::driver::block_on::<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:180:11
[INFO] [stdout]   36:     0x59cfb9a0866f - async_global_executor[db72ba1c60a0d9e6]::reactor::block_on::<<async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   37:     0x59cfb9a071ad - async_global_executor[db72ba1c60a0d9e6]::reactor::block_on::<<async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   38:     0x59cfb9a0872b - async_global_executor[db72ba1c60a0d9e6]::executor::block_on::<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   39:     0x59cfb9a032fd - <std[929523f510218772]::thread::local::LocalKey<async_executor[554f87306920a500]::LocalExecutor>>::try_with::<async_global_executor[db72ba1c60a0d9e6]::executor::block_on<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   40:     0x59cfb9a0314e - <std[929523f510218772]::thread::local::LocalKey<async_executor[554f87306920a500]::LocalExecutor>>::with::<async_global_executor[db72ba1c60a0d9e6]::executor::block_on<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   41:     0x59cfb9a0734a - async_global_executor[db72ba1c60a0d9e6]::executor::block_on::<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}>, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   42:     0x59cfb99fc120 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:171:25
[INFO] [stdout]   43:     0x59cfb9a038b6 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   44:     0x59cfb9a0115f - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   45:     0x59cfb9a00aae - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   46:     0x59cfb9a0078a - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   47:     0x59cfb99fa130 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:168:17
[INFO] [stdout]   48:     0x59cfb9a0269d - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<usize>>>::try_with::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x59cfb9a024ee - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<usize>>>::with::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x59cfb99f7065 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:161:29
[INFO] [stdout]   51:     0x59cfb9a0745c - async_std[64c72a43222456ce]::task::block_on::block_on::<futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/block_on.rs:31:20
[INFO] [stdout]   52:     0x59cfb9a121b4 - futures_delay_queue[52e44b112f4ed723]::tests::reset
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:293:5
[INFO] [stdout]   53:     0x59cfb9a0f687 - futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:293:23
[INFO] [stdout]   54:     0x59cfb9a00396 - <futures_delay_queue[52e44b112f4ed723]::tests::reset::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x59cfb9a192db - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59cfb9a192db - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x59cfb9a26b55 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x59cfb9a26b55 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x59cfb9a26b55 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x59cfb9a26b55 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x59cfb9a216b4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x59cfb9a216b4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x59cfb9a29bd2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x59cfb9a29bd2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x59cfb9a29bd2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x59cfb9a29bd2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x59cfb9a29bd2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x59cfb9a29bd2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x59cfb9a29bd2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x59cfb9b17def - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   74:     0x59cfb9b17def - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x7f615da95aa4 - <unknown>
[INFO] [stdout]   76:     0x7f615db22a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::cancel stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::cancel' (18) panicked at src/lib.rs:324:9:
[INFO] [stdout] assertion failed: instant.elapsed() < Duration::from_millis(10)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59cfb9b184b8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59cfb9b184b8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59cfb9b184b8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59cfb9b184b8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59cfb9b2c3ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59cfb9b2c3ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x59cfb9b1cd82 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59cfb9b1cd82 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59cfb9af70f6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59cfb9af70f6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59cfb9b10719 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59cfb9a261fc - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x59cfb9a261fc - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59cfb9b108d2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x59cfb9b108d2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59cfb9af71e4 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59cfb9aec389 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59cfb9af7ecd - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59cfb9b2cb7c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59cfb9b2cb42 - core[28b146924c2f19c6]::panicking::panic
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59cfb9a1080c - futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:324:9
[INFO] [stdout]   21:     0x59cfb99fcd10 - <async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:199:29
[INFO] [stdout]   22:     0x59cfb9a03da8 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   23:     0x59cfb9a016f5 - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59cfb9a00c0e - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59cfb9a008f8 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll::{closure#0}, core[28b146924c2f19c6]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   26:     0x59cfb99ffd9a - <async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:197:13
[INFO] [stdout]   27:     0x59cfb9a0ba44 - <futures_lite[a662e10b2b64014f]::future::Or<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>, <async_executor[554f87306920a500]::State>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}::{closure#0}> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs:451:46
[INFO] [stdout]   28:     0x59cfb99fbafe - <async_executor[554f87306920a500]::State>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:756:32
[INFO] [stdout]   29:     0x59cfb99fa9b3 - <async_executor[554f87306920a500]::Executor>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:353:34
[INFO] [stdout]   30:     0x59cfb99fb17e - <async_executor[554f87306920a500]::LocalExecutor>::run::<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:640:34
[INFO] [stdout]   31:     0x59cfb9a0e155 - async_io[23cd9d214ddb8855]::driver::block_on::<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:204:53
[INFO] [stdout]   32:     0x59cfb9a02fbf - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::RefCell<(parking[54f9c14b62b45b1b]::Parker, core[28b146924c2f19c6]::task::wake::Waker, alloc[95e62e727ddf147d]::sync::Arc<core[28b146924c2f19c6]::sync::atomic::Atomic<bool>>)>>>::try_with::<async_io[23cd9d214ddb8855]::driver::block_on<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   33:     0x59cfb9a02d0e - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::RefCell<(parking[54f9c14b62b45b1b]::Parker, core[28b146924c2f19c6]::task::wake::Waker, alloc[95e62e727ddf147d]::sync::Arc<core[28b146924c2f19c6]::sync::atomic::Atomic<bool>>)>>>::with::<async_io[23cd9d214ddb8855]::driver::block_on<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   34:     0x59cfb9a0cbc1 - async_io[23cd9d214ddb8855]::driver::block_on::<(), <async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:180:11
[INFO] [stdout]   35:     0x59cfb9a0869f - async_global_executor[db72ba1c60a0d9e6]::reactor::block_on::<<async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   36:     0x59cfb9a071fd - async_global_executor[db72ba1c60a0d9e6]::reactor::block_on::<<async_executor[554f87306920a500]::LocalExecutor>::run<(), async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   37:     0x59cfb9a0878b - async_global_executor[db72ba1c60a0d9e6]::executor::block_on::<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   38:     0x59cfb9a0343d - <std[929523f510218772]::thread::local::LocalKey<async_executor[554f87306920a500]::LocalExecutor>>::try_with::<async_global_executor[db72ba1c60a0d9e6]::executor::block_on<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x59cfb9a0318e - <std[929523f510218772]::thread::local::LocalKey<async_executor[554f87306920a500]::LocalExecutor>>::with::<async_global_executor[db72ba1c60a0d9e6]::executor::block_on<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x59cfb9a0738a - async_global_executor[db72ba1c60a0d9e6]::executor::block_on::<async_std[64c72a43222456ce]::task::builder::SupportTaskLocals<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}>, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   41:     0x59cfb99fc210 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:171:25
[INFO] [stdout]   42:     0x59cfb9a039d6 - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   43:     0x59cfb9a0129f - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   44:     0x59cfb9a00aee - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<*const async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   45:     0x59cfb9a007da - <async_std[64c72a43222456ce]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   46:     0x59cfb99fa270 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:168:17
[INFO] [stdout]   47:     0x59cfb9a027dd - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<usize>>>::try_with::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x59cfb9a0252e - <std[929523f510218772]::thread::local::LocalKey<core[28b146924c2f19c6]::cell::Cell<usize>>>::with::<<async_std[64c72a43222456ce]::task::builder::Builder>::blocking<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x59cfb99f7335 - <async_std[64c72a43222456ce]::task::builder::Builder>::blocking::<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:161:29
[INFO] [stdout]   50:     0x59cfb9a0750c - async_std[64c72a43222456ce]::task::block_on::block_on::<futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/block_on.rs:31:20
[INFO] [stdout]   51:     0x59cfb9a121d4 - futures_delay_queue[52e44b112f4ed723]::tests::cancel
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:316:5
[INFO] [stdout]   52:     0x59cfb9a0f6b7 - futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:316:23
[INFO] [stdout]   53:     0x59cfb9a003d6 - <futures_delay_queue[52e44b112f4ed723]::tests::cancel::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x59cfb9a192db - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x59cfb9a192db - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x59cfb9a26b55 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x59cfb9a26b55 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x59cfb9a26b55 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x59cfb9a26b55 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x59cfb9a26b55 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x59cfb9a216b4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x59cfb9a216b4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x59cfb9a29bd2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x59cfb9a29bd2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x59cfb9a29bd2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x59cfb9a29bd2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x59cfb9a29bd2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x59cfb9a29bd2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x59cfb9a29bd2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x59cfb9b17def - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   73:     0x59cfb9b17def - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x7f615da95aa4 - <unknown>
[INFO] [stdout]   75:     0x7f615db22a64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::cancel
[INFO] [stdout]     tests::insert
[INFO] [stdout]     tests::reset
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "49a27c80792e0ae929684c794db3d142a0b4419748dfbebcae240316b0ae574d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49a27c80792e0ae929684c794db3d142a0b4419748dfbebcae240316b0ae574d", kill_on_drop: false }`
[INFO] [stdout] 49a27c80792e0ae929684c794db3d142a0b4419748dfbebcae240316b0ae574d
